-
Notifications
You must be signed in to change notification settings - Fork 15k
Updated fluentd image version in DaemonSet example #51626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Welcome @imShakil! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Thanks for the PR @imShakil! |
Hi @imShakil, thank you for fixing this! Would you mind bringing the same change to the |
badly missed! I have updated now. Thanks |
Perfect, thank you! /lgtm |
LGTM label has been added. Git tree hash: 3a11d03a385c92a3869e452487d53d203aa8b14b
|
Considering that the Fluentd site itself refers to the Kubernetes site, why don't we use the official Docker image mentioned there? |
Looks like the Fluentd site doesn't reference a specific tag We should use a specific tag |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
It will update the
fluentd-elasticsearch
image version from an outdated tag to a more recent version in the DaemonSet example.Changes
image: quay.io/fluentd_elasticsearch/fluentd:v5.0.1
to use current versionIssue
Closes: #51585